home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / genealog / cstory13.zip / CSTORY13.EXE / REST.BAT < prev    next >
DOS Batch File  |  1994-01-01  |  365b  |  15 lines

  1. @echo off
  2. if "%1"=="" goto show
  3. if "%2"=="" goto show
  4. lha e %1\%2 /c
  5. goto ending
  6. :show
  7. echo : CUMBERLAND STORY RESTORE UTILITY  
  8. echo :
  9. echo : You must include two parameters: REST [drive/directory] [database]
  10. echo :
  11. echo :                         Example: REST A: SAMPLE1
  12. echo :                         Example: REST C:\STORY\SAVE IRA
  13. echo :
  14. :ending
  15.